Fix baselines wrt css values
authorTimm Bäder <mail@baedert.org>
Tue, 27 Jun 2017 11:27:58 +0000 (13:27 +0200)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 20 Jul 2017 01:27:14 +0000 (21:27 -0400)
commit42aa7453ab5e219dae097bdc51b13e7c78c17152
treed03d69461a5b3b524aef61902d1c50ab1cea93ad
parentea3876d26adba56485905931a46f18cab18142de
Fix baselines wrt css values

The reported minimum baseline is for the reported min height, but if the
css min-height is greater than that, we need to account for that fact
when saving the baseline.

Since the reported baseline is relative to the widget's origin, we also
need to add the top values for margin, border and padding to the
reported baseline.
gtk/gtksizerequest.c
gtk/gtkwidget.c